[INFO] fetching crate display-config 0.1.1...
[INFO] fixing display-config-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate display-config 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate display-config 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate display-config 0.1.1
[INFO] tweaked toml for crates.io crate display-config 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate display-config 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate display-config 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388
[INFO] running `Command { std: "docker" "start" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking display-config v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |     InitializationError(PlatformError),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 64 -     InitializationError(PlatformError),
[INFO] [stdout] 64 +     InitializationError(crate::Error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |     PlatformError(PlatformError),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 67 -     PlatformError(PlatformError),
[INFO] [stdout] 67 +     PlatformError(crate::Error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl From<PlatformError> for Error {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 70 - impl From<PlatformError> for Error {
[INFO] [stdout] 70 + impl From<crate::Error> for Error {
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl<PlatformError> From<PlatformError> for Error {
[INFO] [stdout]    |     +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn from(value: PlatformError) -> Self {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 71 -     fn from(value: PlatformError) -> Self {
[INFO] [stdout] 71 +     fn from(value: crate::Error) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId(PlatformDisplayId);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId(PlatformDisplayId);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId<PlatformDisplayId>(PlatformDisplayId);
[INFO] [stdout]    |                     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl From<PlatformDisplayId> for DisplayId {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl<PlatformDisplayId> From<PlatformDisplayId> for DisplayId {
[INFO] [stdout]    |     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn from(value: PlatformDisplayId) -> Self {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     inner: PlatformDisplayObserver,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl From<PlatformDisplayObserver> for DisplayObserver {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<PlatformDisplayObserver> From<PlatformDisplayObserver> for DisplayObserver {
[INFO] [stdout]     |     +++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:171:20
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn from(inner: PlatformDisplayObserver) -> Self {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl From<DisplayObserver> for PlatformDisplayObserver {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_platform_displays` in this scope
[INFO] [stdout]   --> src/lib.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     Ok(get_platform_displays()?)
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:56
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:60
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:186:20
[INFO] [stdout]     |
[INFO] [stdout] 186 |             inner: PlatformDisplayObserver::new()?,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformDisplayObserver`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |     InitializationError(PlatformError),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 64 -     InitializationError(PlatformError),
[INFO] [stdout] 64 +     InitializationError(crate::Error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |     PlatformError(PlatformError),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 67 -     PlatformError(PlatformError),
[INFO] [stdout] 67 +     PlatformError(crate::Error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl From<PlatformError> for Error {
[INFO] [stdout]    |           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 70 - impl From<PlatformError> for Error {
[INFO] [stdout] 70 + impl From<crate::Error> for Error {
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 70 | impl<PlatformError> From<PlatformError> for Error {
[INFO] [stdout]    |     +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformError` in this scope
[INFO] [stdout]   --> src/lib.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn from(value: PlatformError) -> Self {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: there is an enum variant `crate::Error::PlatformError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 71 -     fn from(value: PlatformError) -> Self {
[INFO] [stdout] 71 +     fn from(value: crate::Error) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId(PlatformDisplayId);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId(PlatformDisplayId);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct DisplayId<PlatformDisplayId>(PlatformDisplayId);
[INFO] [stdout]    |                     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl From<PlatformDisplayId> for DisplayId {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl<PlatformDisplayId> From<PlatformDisplayId> for DisplayId {
[INFO] [stdout]    |     +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayId` in this scope
[INFO] [stdout]   --> src/lib.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn from(value: PlatformDisplayId) -> Self {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] 44 | use macos::{
[INFO] [stdout] 45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 49 | use windows::{
[INFO] [stdout] 50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:206:26
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn run(&self) -> Result<(), Error> {
[INFO] [stdout]     |            ---           ^^^^^^^^^^^^^^^^^ expected `Result<(), Error>`, found `()`
[INFO] [stdout]     |            |
[INFO] [stdout]     |            implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected enum `Result<(), Error>`
[INFO] [stdout]             found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     inner: PlatformDisplayObserver,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl From<PlatformDisplayObserver> for DisplayObserver {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl<PlatformDisplayObserver> From<PlatformDisplayObserver> for DisplayObserver {
[INFO] [stdout]     |     +++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:171:20
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn from(inner: PlatformDisplayObserver) -> Self {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl From<DisplayObserver> for PlatformDisplayObserver {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `display-config` (lib) due to 15 previous errors
[INFO] [stdout] error[E0425]: cannot find function `get_platform_displays` in this scope
[INFO] [stdout]   --> src/lib.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     Ok(get_platform_displays()?)
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:46:56
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout] ...
[INFO] [stdout] 46 |     MacOSError as PlatformError, get_macos_displays as get_platform_displays,
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:51:60
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WindowsError as PlatformError, get_windows_displays as get_platform_displays,
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find type `PlatformDisplayObserver` in this scope
[INFO] [stdout]    --> src/lib.rs:186:20
[INFO] [stdout]     |
[INFO] [stdout] 186 |             inner: PlatformDisplayObserver::new()?,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformDisplayObserver`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:45:66
[INFO] [stdout]     |
[INFO] [stdout]  43 | #[cfg(target_os = "macos")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `macos` feature
[INFO] [stdout]  44 | use macos::{
[INFO] [stdout]  45 |     MacOSDisplayId as PlatformDisplayId, MacOSDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:50:70
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  49 | use windows::{
[INFO] [stdout]  50 |     WindowsDisplayId as PlatformDisplayId, WindowsDisplayObserver as PlatformDisplayObserver,
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:206:26
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn run(&self) -> Result<(), Error> {
[INFO] [stdout]     |            ---           ^^^^^^^^^^^^^^^^^ expected `Result<(), Error>`, found `()`
[INFO] [stdout]     |            |
[INFO] [stdout]     |            implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected enum `Result<(), Error>`
[INFO] [stdout]             found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `display-config` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388", kill_on_drop: false }`
[INFO] [stdout] 5b681b8d1ce9eb33196d0073f641fa041a37bb9b5b257e6d8cbc8fb0cea57388
